home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / -archivi / -recent2 / ged_scripts.lha / GED_Scripts / InsertMethod.data < prev    next >
Text File  |  1999-02-02  |  107b  |  10 lines

  1.  
  2. METHOD _(Class *cl, Object *obj, Msg msg)
  3. {
  4.    struct _Data *Data = INST_DATA(cl, obj);
  5.  
  6.  
  7.  
  8.    return 0;
  9. }
  10.